{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "# CS 240: Principles of Computer Organization\n", "## Bryn Mawr College
Fall 2017
Professor Douglas Blank\n", "\n", "* General Information\n", "* Syllabus and Schedule\n", "* Text and Software\n", "* Course Policies\n", "* Reference Links" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "# General Information\n", "\n", " Item | Description\n", "--|--\n", "**Instructor** | Douglas Blank\n", "**Office hours** | 9:30am - 11:00am MTWR, and by appointment, Park 205\n", "**E-Mail** | [dblank@cs.brynmawr.edu](mailto:dblank@cs.brynmawr.edu)\n", "**Website** | http://cs.brynmawr.edu/cs240/\n", "**Class** | Mondays and Wednesdays 1:10pm-2:30pm\n", "**Room** | Park 336\n", "**Phone** | (610)526-6501\n", "**Open Lab** | Wednesdays 2:40pm-4:00pm, Park Room 231 (Computer Science Lab)\n", "**Lab Assistants**| TBA\n", "**Grades** | http://moodle.brynmawr.edu/\n", "**Jupyter, login**| https://athena.brynmawr.edu/jupyter/" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "# Syllabus and Schedule\n", "\n", "**Course Description**: A classroom/laboratory course studying the hierarchical design of modern digital computers. Combinatorial and sequential logic elements; construction of microprocessors; instruction sets; assembly language programming. Lectures cover the theoretical aspects of machine architecture. In the laboratory, designs discussed in lecture are constructed in software. Prerequisite: CMSC B206 and CMSC B231." ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "## Schedule\n", "\n", "Week| DOW | Date    | Topic | Lab\n", "----|---- | ------ | --------------- | ------------------- | ------\n", " 1 |Wed | 9/6 | Introduction | Lab1, fetch from Assignments tab\n", " 2 |Mon | 9/11 | Welcome aboard!, Discuss Chapter 1\n", " |Wed | 9/13 | Bits, Data Types, and Operations | Lab2, Discuss Chapter 2\n", " 3 |Mon | 9/18 | Numbers: Two's Complement | \n", " |Wed | 9/20 | Numbers | Lab3: Floating-Point Representation\n", " 4 |Mon | 9/25 | [Memory](Notebooks/Memory.ipynb), Discuss Floating-Point Representation\n", " |Wed | 9/27 | [Flow of Control](Notebooks/FlowOfControl.ipynb) | Lab4: Memory and Flow of Control\n", " 5 |Mon | 10/2 | [New Instructions and Directives](Notebooks/NewStuff.ipynb) |\n", " |Wed | 10/4 | Chapter 6: [Programming](Notebooks/Programming.ipynb) | Lab4, continued\n", " 6 |Mon | 10/9 | Sections 5.4.5, 9.1, 9.2: [Subroutines](Notebooks/Subroutines.ipynb) |\n", " |Wed | 10/11 | Review | No Lab\n", " 7 |Mon | 10/16 | **Fall Break**\n", " |Wed | 10/18 | **Fall Break**\n", " 8 |Mon | 10/23 | Review\n", " |Wed | 10/25 | Midterm Exam\n", " 9 |Mon | 10/30 | [Assembly Language](Notebooks/AssemblyLanguage.ipynb) | Discuss Chapter 7\n", " |Wed | 11/1 | Debugging\n", "10 |Mon | 11/6 | Assembly Language, Variables\n", " |Wed | 11/8 | I/O\n", "11 |Mon | 11/13 | Functions\n", " |Wed | 11/15 | The Stack | Discuss Chapter 10\n", "12 |Mon | 11/20 | The C Programming Language\n", " |Wed | 11/22 | **Thanksgiving Break**\n", "13 |Mon | 11/27 | Disassembly\n", " |Wed | 11/29 | Optimization\n", "14 |Mon | 12/4 | Review\n", " |Wed | 12/6 | Review\n", "15 |Mon | 12/11 | Presentations\n", " |Wed | 12/13 | Presentations, Final Paperwork | Project write-up due Thursday, 5pm" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "## Academic Calendar\n", "\n", "* September 4, Labor Day (no classes)\n", "* Septmber 5, Classes begin\n", "* October 13, Fall break begins after last class\n", "* October 22, Fall break ends at 8 a.m.\n", "* November 22, Thanksgiving break begins after last class\n", "* November 26, Thanksgiving break ends\n", "* December 14, Last day of classes\n", "* December 15–16, Review period\n", "* December 17–22, Examination period" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "# Text and Software\n", "\n", "## Text\n", "[Introduction to Computing Systems: From Bits & Gates to C & Beyond (second edition)](http://highered.mheducation.com/sites/0072467509/index.html), by Yale N. Patt & Sanjay J. Patel, McGraw Hill Publishers, 2004. \n", "\n", "\n", "\n", "## Software\n", "\n", "We will be using the Jupyter Little Computer 3 simulator and software, installed on the Athena computer cluster:\n", "* https://jupyter.brynmawr.edu/\n", "\n", "You should have already received a password and username via email. If not, please let me know." ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "# Course Policies" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "## Participation\n", "\n", "Attendance and active participation are expected in every class. Participation includes asking questions, contributing answers, proposing ideas, and providing constructive comments.\n", "\n", "As you will discover, we are proponents of two-way communication and we welcome feedback during the semester about the course. We are available to answer student questions, listen to concerns, and talk about any course-related topic (or otherwise!). Come to office hours! This helps us get to know you. You are welcome to stop by and chat. There are many more exciting topics to talk about that we won't have time to cover in-class.\n", "\n", "Although computer science work can be intense, please stay in touch with us, particularly if you feel stuck on a topic or project and can't figure out how to proceed. Often a quick e-mail, phone call or face-to-face conference can reveal solutions to problems and generate renewed creative and scholarly energy. It is essential that you begin assignments early, since we will be covering a variety of challenging topics in this course." ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "## Grading\n", "\n", "There will be about seven assignments, weighted equally in the final grading. Assignments must be submitted according to the Assignment Submission instructions. \n", "\n", "At the end of the semester, final grades will be calculated as a weighted average of all grades according to the following weights:\n", "\n", "Item | Percentage\n", "----- | ---------\n", "Exam 1 | 20%\n", "Exam 2 | 25%\n", "Assignments| 45% \n", "Project | 10%\n", "Total | 100%\n", "\n", "Incomplete grades will be given only for verifiable medical illness or other such dire circumstances." ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "## Submission and Late Policy\n", "\n", "All work must be turned in either in hard-copy or electronic submission, depending on the instructions given in the assignment. E-mail submissions, when permitted, should request a \"delivery receipt\" to document time and date of submission. Extensions will be given only in the case of verifiable medical excuses or other such dire circumstances, if requested in advance and supported by your Academic Dean.\n", "\n", "**No assignment will be accepted after it is past due.**\n", "\n", "**No past work can be \"made up\" after it is due.**" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "## Exams\n", "\n", "There will be two exams in this course. The exams will be open-book and open-notes. The exams will cover material from lectures, homeworks, and assigned readings (including topics not discussed in class)." ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "## Study Groups\n", "\n", "We encourage you to discuss the material and work together to understand it. Here are our thoughts on collaborating with other students:\n", "\n", "* The readings and lecture topics are group work. Please discuss the readings and associated topics with each other. Work together to understand the material. We highly recommend forming a reading group to discuss the material -- we will explore many ideas and it helps to have multiple people working together to understand them.\n", "* It is fine to discuss the topics covered in the homeworks, to discuss approaches to problems, and to sketch out general solutions. However, you MUST write up the homework answers, solutions, and programs individually without sharing specific solutions, mathematical results, program code, etc. If you made any notes or worked out something on a white board with another person while you were discussing the homework, you shouldn't use those notes while writing up your answer.\n", "* You should not show your code to other students before it is submitted. After it has been submitted, we will share and demonstrate code.\n", "* You may discuss high-level code ideas with others.\n", "\n", "If you have any questions as to what types of collaborations are allowed, please feel free to ask." ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "# Reference Links\n", "\n", "* Grades: http://moodle.brynmawr.edu/\n", "* Jupyter: https://jupyter.brynmawr.edu/" ] } ], "metadata": { "kernelspec": { "display_name": "Calysto LC3", "language": "asm", "name": "calysto_lc3" }, "language_info": { "file_extension": ".asm", "mimetype": "text/x-gas", "name": "gas" } }, "nbformat": 4, "nbformat_minor": 1 }